home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 32 / Mac Magazin and MacEasy Magazine CD - Issue 32.iso / Grafik & Text / OzTeX3.0 / Configs / Add MathTime Fonts < prev    next >
Text File  |  1997-01-29  |  982b  |  24 lines

  1. % Add MathTime fonts to the current list of PostScript fonts used by OzTeX.
  2. % MathTime fonts are a set of math fonts suitable for use with Times Roman;
  3. % they can be purchased from The TeXplorators Corporation.
  4. %
  5. % Before using the MathTime fonts with OzTeX you will need to:
  6. % - add the location of the TFM files to the tfm_folders list;
  7. % - add the location of MTMI.vf to the vf_folders list;
  8. % - install the corresponding screen fonts.
  9. %
  10. % If you have a PostScript printer then you will also need to
  11. % put the printer fonts in a place where dvips can find them
  12. % (your system Fonts folder is probably the best place).
  13.  
  14. % You might prefer to move all this info to your Default config file.
  15.  
  16. dvips_options = "-PMathTime"  (tell dvips to load config.MathTime)
  17.  
  18. add_fonts
  19. % TFM       Printer font      Screen font    Encoding
  20. MTSY        MTSY              MTSY           nil
  21. MTEX        MTEX              MTEX           nil
  22. RMTMI       RMTMI             RMTMI          nil
  23. end_fonts
  24.